@font-face{
    font-family:"Pacifico";
    src:url(../fonts/Pacifico-Regular.ttf);
  }
  @font-face{
    font-family:"Montserrat";
    src:url(../fonts/Montserrat-Regular.ttf);
  }
  @font-face{
    font-family:"Montserrat";
    font-weight:bold;
    src:url(../fonts/Montserrat-Bold.ttf);
  }
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');


.contenedor{
    width: 90%;
    align-items: center;
    justify-content: center;
    margin:130px  auto 20px;
    
    padding: 10px 20px;
    border-radius: 20px;
    background: #3D1834;
    color: #fff;
    
}

.textP{
    text-align: justify;
    /* padding: 15px; */
  
}
.title_text{
    padding-bottom: 10px;
}


.somos{
    width: 80%;
    max-height: 100%;
    margin: 0 auto;
}

/* #551C50 */

.titleSomos{
    
    margin-bottom: 15px;
}
.texttitleSomos{
    color: #582964;
    font-weight: bold;
    text-transform: capitalize;
}
.textTitle_arete{
    color: #582964;
    font-size:17px;
    font-weight: 400;
   
}

.text_somos{
    text-align: justify;
    color: #582964;
    margin-bottom: 10px;
}

.img_Somos{
    border-radius: 20px; /* Ajusta este valor según el grado de curvatura que desees */
    overflow: hidden; /* Esto es importante para que las esquinas curvadas se muestren correctamente */
    width: 100%;
    /* height: 300px; */
    object-fit: cover;
    box-shadow: 0 0 10px rgba(128, 0, 128, 0.3);
}


.misionContenedor{
    width: 80%;
    margin: 0 auto;
    padding-top: 20%;
}


.titleMision{
    margin: 0 auto;
}

.texttitleMision{
    color: #582964;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    padding: 15px;
}

.textMision{
    text-align: justify;
    color: #582964;
    margin-bottom: 20px;
}

.listServicios{
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 10px;
}
.listServicios li{
    margin-bottom: 5px; 
}
.valores{
    margin-bottom: 40%;
}







/* =========CONTACTO========== */



.containerContacto{
    width: auto;
    margin: auto;
    /* border: 5px solid violet; */


    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);

}

.container--flex_contacto{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    
}


.column--50Contacto{
    width: 100%;
    z-index: 2;
    
}

.column__titleContacto{
    font-size: 1.6em;
    
    padding-bottom: 10px;
   
   
}
.column__txtContacto{
    font-size: 1.6em;
    padding-top: 19px;
    padding-bottom: 5px;
    
}
.ff{
    border-bottom: 1px dotted #fff;

    padding-bottom: 10%;
}
.contact-information{
    
    padding: 30px 30px 30px 30px;
    /* padding-top: 10px; */
    /* margin: auto; */
    /* margin-bottom: 30px; */
    /* border: 5px solid red; */
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
}

.contact-information .column__title{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    color: #531d4f;
 
}

.contact-information [class*="icon-"]{
    font-size: 1.3em;
    margin-right: 7px;
    position: relative;
    top: 5px;
}

.contact-information .social-icon{
    justify-content: flex-start;
    margin-bottom: 10px;
}

.contact-information .social-icon [class*="icon-"]{
    background: black;
    color: white;
    margin-left: 0;
    margin-right: 15px;
}

form.form_contact{
    width: 62%;
    padding: 0  30px 6% 40px;
    /* border: 5px solid yellow; */
}
.formulario{
    width: 62%;
    padding: 0 30px 20% 30px;
    border: 5px solid red;
    /* padding: 10px; */
    margin-top: 0;
    /* padding-top: 0; */
}
.textPrincipal{
    font-size: 20px;
    font-weight: 600;
    color: #4091EC;
    margin-bottom: 30px; 
    margin-top: 10px;
}

.formulario__label, .formulario__input-txt, .formulario__textarea{
    display: block;
    width: 100%;
}

.formulario__input-txt{
    padding: 10px;
    margin-bottom: 10px;
}

.formulario__textarea {
    min-height: 100px;
    min-width: 100%;
    max-width: 100%;
    max-height: 200px;
}

.formulario__btn{
    border: none;
    cursor: pointer;
    font-size: 1em;
}


/* estilos del formulario 2 */
:focus{
    outline: none;
}

.group {
    
}
.form_wrap{
    width: 80%;
    height: 630px;
    margin: 50px auto;
    display: flex;
    
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.contact_info::before{
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: #3D1834;
    opacity: 0.9;
}

.contact_info{
    width: 38%;
    position: relative;

    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */

    background-size: cover;
    background-position: center center;
}

.info_title, .info_items{
    position: absolute;
    z-index: 2;
    color: #fff;
}
.info_title{
    margin-bottom: 60px;
} 
.fa-user-circle{
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #FFF;
}
.info_title h2{
    font-size: 35px;
    text-align: center;
    border: 5px solid violet;
}

.info_items p{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* .fa-envelope{
    font-size: 30px;
    margin-right: 10px;
} */
.fa-mobile{
    font-size: 30px;
    margin-right: 15px;
    margin-left: 4px;
}

/* form.form_contact{
    width: 62%;
    padding: 30px 40px;
} */
form.form_contact h2{
    font-size: 18px;
    font-weight: 200;
    color: #582964;
    margin-bottom: 30px; 
    text-align: justify;
    margin-top: 15px;
}
.user_info{
    display: flex;
    flex-direction: column;
}
.labelContacto{
    font-weight: 400;
    font-size: 1.1em;
    color: #582964;
    /* margin-top: 10px; */
}
.inputContact{
    width: 100%;
    padding: 8px 0 5px;
    margin-bottom: 20px;
    
    border: none;
    border-bottom: 1px solid #582964;

    color: #5A5A5A;
    font-size: 14px;
    font-weight: 400;
}
textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}
.btnEnviar{
    width: 180px;
    background-color: #28A745;
    padding: 10px;
    border: none;
    border-radius: 10px;
    margin: 5% auto;
    /* align-self: flex-end; */


    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.btnEnviar:hover{
    background: #3371B6;
}

/* validacion */
.modalWrap{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;

    display: flex;
    justify-content: center;
    align-items: center;

    
}
.mensaje_modal{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    width: 400px;
    padding: 30px 20px 15px;
}
.tect_modal{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.tect_modal::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #C5C5C5;
    margin: 10px 0 15px;
}
.text_D{
    font-size: 16px;
    color: #606060;
}
.fa-x{
    color: red;
}
#btnClose{
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;

    background: red;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;


    float:  right;
}
/* -------------------FIN FORMULARIO 2----------------------- */






/*------------------- estilos responsiv --------------- */
@media screen and (max-width: 778px) and (min-width: 200px) {  
    form.form_contact{
        width: 100%;
        margin:auto;
        /* padding: 0  30px 20% 30px; */
        /* border: 5px solid yellow; */
    }
    .contact_info{
        width: 100%;
        margin:auto;
    }
    .column__titleContacto{
        font-size: 1.2em;
    }
    .column__txtContacto{
        font-size: 1em;
        /* border: 5px solid yellow; */
        
    }
    .mapita{
        display: block;
        width: 100%;
        height:300px;
        }
}


@media screen and (min-width:778px) {
    .column__titleContacto{
        font-size: 1.2em;
    }.column__titleContacto{
        font-size: 1.2em;
    }
    .column__txtContacto{
        font-size: 1em;
    }
    .mapita{
        display: none;
    }
    
    /* .contact-information .column__title{
        font-size: 1.5em;
    } */
    
}



/* 
@media screen and (min-width:768px){
    .contact-information p {
        font-size: 1em;
    }
    
    
    .contact-information .column__title{
        font-size: 1.5em;
    }
    
} */


@media screen and (min-width: 1118px) {
    .somos{
        display: flex;
        /* border: 3px solid gold; */
        height: 200px;
        margin-top: 5%;
    }
    .textSomos{
        /* border: 3px solid red; */
        width: 95%;
    }
    .titleSomos{
        /* border: 3px solid greenyellow; */
        width: 95%;
    }
    .img_Somos{
        width: 300px;
       height: 200px;
    }
    .texttitleSomos{
        font-size: 35px;
    }
    .textTitle_arete{
        padding-top: 10px;
        font-size: 25px;
    }


    .misionContenedor{
        /* border: 3px solid greenyellow; */
        display: flex;
    }

    .titleMision{
        /* border: 3px solid gold; */
        font-size: 20px;
        width: 95%;
    }

    .text_Mision, .li__Servicios{
        /* border: 3px solid red; */
        width: 95%;
        margin: 0 auto;
        font-size: 17px;
        
    }

    .containerContacto{
        margin-bottom: 5%;
    }

    


}





    
    @media screen and (min-width:1600px){
        .containerContacto{
            width: 1400px;
            /* background-color: red;
            height: 680px; */
        }
        .contenedor, .somos,.misionContenedor{
            width: 60%;
        }

        .mapita{
            display: block;
            width: 100%;
            height:300px;
            }
    }

    @media screen and (min-width:2000){
        .contenedor, .somos,.misionContenedor{
            width: 40%;
        }
    }